py-pyodbc: remove install_options (#28454)

This commit is contained in:
Adam J. Stewart 2022-01-19 05:33:08 -06:00 committed by GitHub
parent 3b2c7633eb
commit d12bc3121a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,6 @@ class PyPyodbc(PythonPackage):
version('4.0.26', sha256='e52700b5d24a846483b5ab80acd9153f8e593999c9184ffea11596288fb33de3') version('4.0.26', sha256='e52700b5d24a846483b5ab80acd9153f8e593999c9184ffea11596288fb33de3')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run')) depends_on('python@2.7:2.8,3.4:', type=('build', 'link', 'run'))
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('unixodbc', type=('build', 'run')) depends_on('unixodbc')
def install_options(self, spec, prefix):
return ['--rpath=%s' % spec['unixodbc'].prefix.lib]