Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it explicit to install cairocffi after xcffib. #1406

Merged
merged 2 commits into from Aug 29, 2019

Conversation

whatacold
Copy link
Contributor

No description provided.

dev.sh Outdated

# https://github.com/qtile/qtile/issues/994
echo "Installing xcffib then cairocffi..."
pip3.7 install --no-cache-dir 'xcffib >= 0.5.0' && pip3.7 install --no-cache-dir 'cairocffi >= 0.9.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xcffib can be pulled from cache, it's just cairocffi that needs the --no-cache-dir so that it's compiled against xcffib.

dev.sh Outdated
@@ -7,6 +7,11 @@ echo "Creating dev environment in ./venv..."
python3.7 -m venv venv
. venv/bin/activate
pip3.7 install -U pip setuptools

# https://github.com/qtile/qtile/issues/994
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather link to the explanations directly: #994 (comment)

dev.sh Show resolved Hide resolved
@ramnes ramnes merged commit c32f020 into qtile:master Aug 29, 2019
@ramnes
Copy link
Member

ramnes commented Aug 29, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants