Browse Source

Merge pull request #9696 from commodo/python-src

python-{asn1crypto,evdev,lxml}: add -src packages
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
43090a3b75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions
  1. +3
    -0
      lang/python/python-asn1crypto/Makefile
  2. +3
    -0
      lang/python/python-evdev/Makefile
  3. +2
    -0
      lang/python/python-lxml/Makefile

+ 3
- 0
lang/python/python-asn1crypto/Makefile View File

@ -61,5 +61,8 @@ endef
$(eval $(call PyPackage,python-asn1crypto))
$(eval $(call BuildPackage,python-asn1crypto))
$(eval $(call BuildPackage,python-asn1crypto-src))
$(eval $(call Py3Package,python3-asn1crypto))
$(eval $(call BuildPackage,python3-asn1crypto))
$(eval $(call BuildPackage,python3-asn1crypto-src))

+ 3
- 0
lang/python/python-evdev/Makefile View File

@ -74,5 +74,8 @@ PYTHON_PKG_SETUP_GLOBAL_ARGS:=$(PYTHON3_PKG_SETUP_GLOBAL_ARGS)
$(eval $(call PyPackage,python-evdev))
$(eval $(call BuildPackage,python-evdev))
$(eval $(call BuildPackage,python-evdev-src))
$(eval $(call Py3Package,python3-evdev))
$(eval $(call BuildPackage,python3-evdev))
$(eval $(call BuildPackage,python3-evdev-src))

+ 2
- 0
lang/python/python-lxml/Makefile View File

@ -89,6 +89,8 @@ endef
$(eval $(call PyPackage,python-lxml))
$(eval $(call BuildPackage,python-lxml))
$(eval $(call BuildPackage,python-lxml-src))
$(eval $(call Py3Package,python3-lxml))
$(eval $(call BuildPackage,python3-lxml))
$(eval $(call BuildPackage,python3-lxml-src))

Loading…
Cancel
Save