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:
15
package/python-pytest/python-pytest.mk
Normal file
15
package/python-pytest/python-pytest.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pytest
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYTEST_VERSION = 6.0.1
|
||||
PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
|
||||
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/20/4c/d7b19b8661be78461fff0392e33943784340424921578fe1bf300ef59831
|
||||
PYTHON_PYTEST_SETUP_TYPE = setuptools
|
||||
PYTHON_PYTEST_LICENSE = MIT
|
||||
PYTHON_PYTEST_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYTEST_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user