ports/sysutils/py-google-compute-engine/files/patch-setup.py
Richard Gallamore f3dc4175c9 * Updated to 2.6.1
* Removed obsolete patch files

PR:		222608
Submitted by:	Helen Koike (maintainer)
2017-11-28 20:24:51 +00:00

10 lines
436 B
Python

--- setup.py.orig 2017-09-14 18:08:49 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.6.1',
# Entry points create scripts in /usr/bin that call a function.