Skip to content

Commit

Permalink
Pyside has no build-time requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Feb 23, 2023
1 parent 735f01e commit 3c57def
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions {{ cookiecutter.app_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ system_requires = [
'libcairo2-dev',
# Needed to compile PyGObject wheel
'libgirepository1.0-dev',
{%- elif cookiecutter.gui_framework == "PySide6" %}
# ?? FIXME
{%- elif cookiecutter.gui_framework == "PursuedPyBear" %}
# ?? FIXME
{%- endif %}
Expand All @@ -85,8 +83,6 @@ system_requires = [
'cairo-gobject-devel',
# Needed to compile PyGObject wheel
'gobject-introspection-devel',
{%- elif cookiecutter.gui_framework == "PySide6" %}
# ?? FIXME
{%- elif cookiecutter.gui_framework == "PursuedPyBear" %}
# ?? FIXME
{%- endif %}
Expand All @@ -112,8 +108,6 @@ system_requires = [
'cairo',
# Needed to compile PyGObject wheel
'gobject-introspection',
{%- elif cookiecutter.gui_framework == "PySide6" %}
# ?? FIXME
{%- elif cookiecutter.gui_framework == "PursuedPyBear" %}
# ?? FIXME
{%- endif %}
Expand Down

0 comments on commit 3c57def

Please sign in to comment.