diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-20 06:42:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-20 06:42:08 +0000 |
| commit | 453b2f9929c5e3669a29cc5345dae642415a8ae7 (patch) | |
| tree | 47f5d377d844a541f4a1af93189d66c1ccd2ec12 /dev-python/selenium | |
| parent | e1c9903c2437d5675f5c254f8d7088e934cb8cba (diff) | |
| download | baldeagleos-repo-453b2f9929c5e3669a29cc5345dae642415a8ae7.tar.gz baldeagleos-repo-453b2f9929c5e3669a29cc5345dae642415a8ae7.tar.xz baldeagleos-repo-453b2f9929c5e3669a29cc5345dae642415a8ae7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/selenium')
| -rw-r--r-- | dev-python/selenium/selenium-4.21.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-4.21.0.ebuild b/dev-python/selenium/selenium-4.21.0.ebuild index 094e2cd7da1a..4661c74dda73 100644 --- a/dev-python/selenium/selenium-4.21.0.ebuild +++ b/dev-python/selenium/selenium-4.21.0.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) +PYTHON_TESTED=( python3_{8,9,10,11,12} pypy3 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 pypi |
