8000 Add missed call to self.cfg_url for GettextTiny · solvingj/portable-python@42d9cb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42d9cb4

Browse files
author
jwiltse
committed
Add missed call to self.cfg_url for GettextTiny
1 parent 0f368fd commit 42d9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portable_python/external/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class GettextTiny(ModuleBuilder):
66

77
@property
88
def url(self):
9-
return f"https://github.com/sabotage-linux/gettext-tiny/archive/refs/tags/v{self.version}.tar.gz"
9+
return self.cfg_url(self.version) or f"https://github.com/sabotage-linux/gettext-tiny/archive/refs/tags/v{self.version}.tar.gz"
1010

1111
@property
1212
def version(self):

0 commit comments

Comments
 (0)
0