summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/selenium/dont-build-the-selenium-manager.patch
blob: 42ec9ce797744244f3110ad811393127d47ad89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/py/pyproject.toml b/py/pyproject.toml
index 9afa6a63c7..c28f9a4cbc 100644
--- a/py/pyproject.toml
+++ b/py/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools", "setuptools-rust"]
+requires = ["setuptools"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -43,9 +43,6 @@ exclude = ["test*"]
 namespaces = false
 # include-package-data is `true` by default in pyproject.toml
 
-[[tool.setuptools-rust.bins]]
-target = "selenium.webdriver.common.selenium-manager"
-
 [project.urls]
 Repository = "https://github.com/SeleniumHQ/selenium/"
 BugTracker = "https://github.com/SeleniumHQ/selenium/issues"