Browse Source

Merge pull request #12026 from jefferyto/python-dns-pypi

python-dns: Change download source, remove incorrect PKG_CPE_ID
lilik-openwrt-22.03
Josef Schlehofer 4 years ago
committed by GitHub
parent
commit
b83e83ca17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      lang/python/python-dns/Makefile

+ 4
- 6
lang/python/python-dns/Makefile View File

@ -11,17 +11,15 @@ PKG_NAME:=python-dns
PKG_VERSION:=1.16.0
PKG_RELEASE:=2
PKG_SOURCE:=dnspython-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.dnspython.org/kits/1.16.0/
PKG_HASH:=4bf5c5c12a4478ee7860ab176659cf64c4899ee76752d826b082f8af723c5cf9
PYPI_NAME:=dnspython
PYPI_SOURCE_EXT:=zip
PKG_HASH:=36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
PKG_CPE_ID:=cpe:/a:debian:python-dns
PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION)
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk


Loading…
Cancel
Save