Added python-nautilus as a dependency (#293)

This commit is contained in:
Micah Lee 2016-06-10 18:03:34 -07:00
parent a8f8bd9ef4
commit b2858de6ee
3 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ VERSION=`cat resources/version.txt`
rm -r build dist >/dev/null 2>&1
# build binary package
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5"
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python"
# install it
echo ""