mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/python-pbr/python-pbr.mk
Normal file
14
package/python-pbr/python-pbr.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pbr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PBR_VERSION = 5.4.3
|
||||
PYTHON_PBR_SOURCE = pbr-$(PYTHON_PBR_VERSION).tar.gz
|
||||
PYTHON_PBR_SITE = https://files.pythonhosted.org/packages/99/f1/7807d3409c79905a907f1c616d910c921b2a8e73c17b2969930318f44777
|
||||
PYTHON_PBR_SETUP_TYPE = setuptools
|
||||
PYTHON_PBR_LICENSE = Apache-2.0 (module), BSD-3-Clause (test package)
|
||||
PYTHON_PBR_LICENSE_FILES = LICENSE pbr/tests/testpackage/LICENSE.txt
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user