py-pyodbc: remove install_options (#28454)
This commit is contained in:
parent
3b2c7633eb
commit
d12bc3121a
1 changed files with 2 additions and 5 deletions
|
@ -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]
|
|
||||||
|
|
Loading…
Reference in a new issue