opnsense-ports/sysutils/py-google-compute-engine/files/patch-setup.py
Franco Fichtner 22fd3920a1 */*: sync with upstream
Taken from: HardenedBSD
2017-08-21 07:34:07 +02:00

10 lines
436 B
Python

--- setup.py.orig 2017-07-18 16:43:14 UTC
+++ setup.py
@@ -30,7 +30,6 @@ setuptools.setup(
long_description='Google Compute Engine guest environment.',
name='google-compute-engine',
packages=setuptools.find_packages(),
- scripts=glob.glob('scripts/*'),
url='https://github.com/GoogleCloudPlatform/compute-image-packages',
version='2.4.1',
# Entry points create scripts in /usr/bin that call a function.