6af58a
From 8b08c463a49bdcca455cdfbefa971c89bd309ddf Mon Sep 17 00:00:00 2001
6af58a
From: John Eckersberg <jeckersb@redhat.com>
6af58a
Date: Mon, 19 Feb 2018 15:20:54 -0500
6af58a
Subject: [PATCH] Do not override executable path
6af58a
6af58a
Resolves: RHBZ#1546800
6af58a
---
6af58a
 setup.py | 5 -----
6af58a
 1 file changed, 5 deletions(-)
6af58a
6af58a
diff --git a/setup.py b/setup.py
6af58a
index 2bd2a08..4cd2780 100644
6af58a
--- a/setup.py
6af58a
+++ b/setup.py
6af58a
@@ -177,11 +177,6 @@ def main():
6af58a
         scripts=['netaddr/tools/netaddr'],
6af58a
         url='https://github.com/drkjam/netaddr/',
6af58a
         version=netaddr.__version__,
6af58a
-        options={
6af58a
-            'build_scripts': {
6af58a
-                'executable': '/usr/bin/env python',
6af58a
-            },
6af58a
-        },
6af58a
     )
6af58a
 
6af58a
     setup(**setup_options)
6af58a
-- 
6af58a
2.14.3
6af58a