blob: 2291246c1bb5c5affbc04f2a41e95f6c151a6f7d (
plain) (
blame)
1
2
3
4
5
|
# Remove reference to glueviz from setup script, since this breaks the build
# as there is no file containing 'glueviz' produced for that package since
# glueviz has become a metapackage.
sed -i -e "/'glueviz.*',$/d" setup.py
$PYTHON setup.py install
|