mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
14 lines
255 B
Diff
14 lines
255 B
Diff
debcargo pulls lots of extra dependencies.
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -6,7 +6,7 @@ from setuptools_rust import Binding, RustExtension
|
|
|
|
extra_features = []
|
|
|
|
-if sys.platform != "win32":
|
|
+if False:
|
|
extra_features.append("debcargo")
|
|
|
|
setup(
|