17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
$OpenBSD: patch-setup_py,v 1.2 2017/08/16 17:25:46 jasper Exp $
|
|
Index: setup.py
|
|
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -174,11 +174,6 @@ def main():
|
|
scripts=['netaddr/tools/netaddr'],
|
|
url='https://github.com/drkjam/netaddr/',
|
|
version=netaddr.__version__,
|
|
- options={
|
|
- 'build_scripts': {
|
|
- 'executable': '/usr/bin/env python',
|
|
- },
|
|
- },
|
|
)
|
|
|
|
setup(**setup_options)
|