Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
5839416f
Unverified
Commit
5839416f
authored
Jun 09, 2018
by
Jelle van der Waa
🚧
Committed by
GitHub
Jun 09, 2018
Browse files
Merge pull request #121 from archlinux/felixonmars-patch-1
models.py: correct a typo
parents
7b9f414e
d76861c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/models.py
View file @
5839416f
...
...
@@ -218,7 +218,7 @@ def get_requiredby(self):
new_rqd
=
[]
for
dep
in
requiredby
:
if
not
dep
.
comparison
or
not
dep
.
version
:
# no comparis
s
on/version, so always let it through
# no comparison/version, so always let it through
new_rqd
.
append
(
dep
)
elif
self
.
pkgname
==
dep
.
name
:
# depends on this package, so check it directly
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment