forked from Lainports/freebsd-ports
10 lines
259 B
Text
10 lines
259 B
Text
--- third_party/wscript.orig 2020-09-15 22:45:54 UTC
|
|
+++ third_party/wscript
|
|
@@ -7,7 +7,6 @@ from waflib import Options, Errors
|
|
|
|
# work out what python external libraries we need to install
|
|
external_pkgs = {
|
|
- "iso8601": "pyiso8601/iso8601",
|
|
}
|
|
|
|
|