ubuntu-buildroot/package/python-selenium/python-selenium.mk

14 lines
519 B
Makefile
Raw Normal View History

2024-04-01 15:19:46 +00:00
################################################################################
#
# python-selenium
#
################################################################################
PYTHON_SELENIUM_VERSION = 4.8.0
PYTHON_SELENIUM_SOURCE = selenium-$(PYTHON_SELENIUM_VERSION).tar.gz
PYTHON_SELENIUM_SITE = https://files.pythonhosted.org/packages/2e/3d/492cf1a6823c48369328572c6bc63b7a957ba25c0009ee6bdb507cd9a6a4
PYTHON_SELENIUM_SETUP_TYPE = setuptools
PYTHON_SELENIUM_LICENSE = Apache-2.0
$(eval $(python-package))